Home
last modified time | relevance | path

Searched refs:hs_code (Results 1 – 4 of 4) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/delivery/models/
H A Dstock_move.py56 hs_code = aggregated_move_lines[aggregated_move_line]['product'].product_tmpl_id.hs_code
57 aggregated_move_lines[aggregated_move_line]['hs_code'] = hs_code
H A Dproduct_template.py10 hs_code = fields.Char( variable in ProductTemplate
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx-0.17.1/src/
H A Dfactory.rs213 …fn create_shader_set_tessellation(&mut self, vs_code: &[u8], hs_code: &[u8], ds_code: &[u8], ps_co… in create_shader_set_tessellation()
220 let hs = match self.create_shader_hull(hs_code) { in create_shader_set_tessellation()
/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c26546 static const DWORD hs_code[] = in test_nop_tessellation_shaders() local
26566 static const D3D12_SHADER_BYTECODE hs = {hs_code, sizeof(hs_code)}; in test_nop_tessellation_shaders()
27255 static const DWORD hs_code[] = in test_tessellation_dcl_index_range() local
27279 static const D3D12_SHADER_BYTECODE hs = {hs_code, sizeof(hs_code)}; in test_tessellation_dcl_index_range()
27446 static const DWORD hs_code[] = in test_hull_shader_control_point_phase() local
27470 static const D3D12_SHADER_BYTECODE hs = {hs_code, sizeof(hs_code)}; in test_hull_shader_control_point_phase()
27625 static const DWORD hs_code[] = in test_hull_shader_fork_phase() local
27674 static const D3D12_SHADER_BYTECODE hs = {hs_code, sizeof(hs_code)}; in test_hull_shader_fork_phase()
27858 static const DWORD hs_code[] = in test_line_tessellation() local
27896 static const D3D12_SHADER_BYTECODE hs = {hs_code, sizeof(hs_code)}; in test_line_tessellation()
[all …]