Home
last modified time | relevance | path

Searched refs:root_param (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/vulkan/
H A Ddzn_descriptor_set.cpp579 D3D12_ROOT_PARAMETER1 *root_param; in dzn_pipeline_layout_create() local
584 root_param = &root_params[layout->root.param_count]; in dzn_pipeline_layout_create()
587 root_param->DescriptorTable.NumDescriptorRanges = 0; in dzn_pipeline_layout_create()
605 if (root_param->DescriptorTable.NumDescriptorRanges) { in dzn_pipeline_layout_create()
616 root_param = &root_params[layout->root.param_count++]; in dzn_pipeline_layout_create()
619 root_param->Constants.ShaderRegister = 0; in dzn_pipeline_layout_create()
620 root_param->Constants.Num32BitValues = in dzn_pipeline_layout_create()
624 root_param->ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in dzn_pipeline_layout_create()
625 root_dwords += root_param->Constants.Num32BitValues; in dzn_pipeline_layout_create()
653 root_param->Constants.ShaderRegister = 0; in dzn_pipeline_layout_create()
[all …]
/dports/emulators/bochs/bochs-2.7/
H A Dconfig.cc411 bx_param_c *root_param = SIM->get_param("."); in bx_init_options() local
414 menu = new bx_list_c(root_param, "general", ""); in bx_init_options()
481 bx_list_c *special_menus = new bx_list_c(root_param, "menu", ""); in bx_init_options()
494 bx_list_c *cpu_param = new bx_list_c(root_param, "cpu", "CPU Options"); in bx_init_options()
574 bx_list_c *cpuid_param = new bx_list_c(root_param, "cpuid", "CPUID Options"); in bx_init_options()
793 bx_list_c *memory = new bx_list_c(root_param, "memory", "Memory Options"); in bx_init_options()
973 bx_list_c *pci = new bx_list_c(root_param, "pci", "PCI Options"); in bx_init_options()
1222 bx_list_c *floppy = new bx_list_c(root_param, "floppy", "Floppy Options"); in bx_init_options()
1299 bx_list_c *ata = new bx_list_c(root_param, "ata", "ATA/ATAPI Options"); in bx_init_options()
1685 bx_list_c *user = new bx_list_c(root_param, "user", "User-defined options"); in bx_init_options()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/libosmesa/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-libs/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/graphics/mesa-dri/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/lang/clover/mesa-21.3.6/src/microsoft/clc/
H A Dcompute_test.cpp185 D3D12_ROOT_PARAMETER1 root_param; in create_root_signature() local
186 root_param.ParameterType = D3D12_ROOT_PARAMETER_TYPE_DESCRIPTOR_TABLE; in create_root_signature()
187 root_param.DescriptorTable.NumDescriptorRanges = resources.ranges.size(); in create_root_signature()
188 root_param.DescriptorTable.pDescriptorRanges = resources.ranges.data(); in create_root_signature()
189 root_param.ShaderVisibility = D3D12_SHADER_VISIBILITY_ALL; in create_root_signature()
193 root_sig_desc.pParameters = &root_param; in create_root_signature()
/dports/emulators/bochs/bochs-2.7/gui/
H A Dsiminterface.cc34 bx_list_c *root_param = NULL; variable
281 base = root_param; in get_param()
348 if (root_param == NULL) { in bx_init_siminterface()
349 root_param = new bx_list_c(NULL, in bx_init_siminterface()
1045 new bx_list_c(root_param, "statistics", "statistics"); in init_statistics()
1061 new bx_list_c(root_param, "bochs", "subtree for save/restore"); in init_save_restore()
H A Dparamtree.cc33 extern bx_list_c *root_param;
139 if ((get_parent() == NULL) || (get_parent() == root_param)) { in get_param_path()
H A Dwin32_enh_dbg_osdep.cc1184 extern bx_list_c *root_param; in FillPTree()
1201 int i = root_param->get_size(); in FillPTree()
1203 MakeBL(&h_PTroot, root_param->get(i)); in FillPTree()
H A Dgtk_enh_dbg_osdep.cc1059 extern bx_list_c *root_param; in FillPTree()
1070 n = root_param->get_size(); in FillPTree()
1072 MakeBL(NULL, root_param->get(i)); in FillPTree()
H A Denh_dbg.cc1222 extern bx_list_c *root_param; in InitRegObjects()
1235 cpu_list = (bx_list_c *) SIM->get_param(pname, root_param); in InitRegObjects()
/dports/emulators/bochs/bochs-2.7/patches/
H A Dpatch.example-user-plugin190 + bx_param_c *root_param = SIM->get_param("user");
191 + bx_list_c *menu = new bx_list_c(root_param, "testdev", "Test Device");