/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Shader.h | 71 __in_ecount (pShaderCode[1]) const UINT *pCode, 87 __in_ecount (pShaderCode[1]) const UINT *pCode, 119 __in_ecount (pShaderCode[1]) const UINT *pCode,
|
H A D | Shader.cpp | 539 __in_ecount (pShaderCode[1]) const UINT *pCode, // IN in CreateVertexShader() 553 pShader->state.tokens = Shader_tgsi_translate(pCode, pShader->output_mapping); in CreateVertexShader() 538 CreateVertexShader(D3D10DDI_HDEVICE hDevice, __in_ecount (pShaderCode[1]) const UINT *pCode, D3D10DDI_HSHADER hShader, D3D10DDI_HRTSHADER hRTShader, __in const D3D10DDIARG_STAGE_IO_SIGNATURES *pSignatures) CreateVertexShader() argument
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_shader_module.h | 30 if (val->pCode) { in vn_sizeof_VkShaderModuleCreateInfo_self() 32 size += vn_sizeof_uint32_t_array(val->pCode, val->codeSize / 4); in vn_sizeof_VkShaderModuleCreateInfo_self() 64 if (val->pCode) { in vn_encode_VkShaderModuleCreateInfo_self() 66 vn_encode_uint32_t_array(enc, val->pCode, val->codeSize / 4); in vn_encode_VkShaderModuleCreateInfo_self()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_shader_module.c | 54 memcpy(module->data, pCreateInfo->pCode, module->size); in vk_common_CreateShaderModule() 80 _mesa_sha1_compute(pCreateInfo->pCode, pCreateInfo->codeSize, in vk_common_GetShaderModuleCreateInfoIdentifierEXT()
|
H A D | vk_pipeline.c | 103 spirv_data = minfo->pCode; in vk_pipeline_shader_stage_to_nir() 181 _mesa_sha1_compute(minfo->pCode, minfo->codeSize, spirv_sha1); in vk_pipeline_hash_shader_stage()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkShaderModule.cpp | 24 : binary(pCreateInfo->pCode, pCreateInfo->codeSize / sizeof(uint32_t)) in ShaderModule()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.hpp | 36 Move<VkShaderEXT> createShaderFromBinary (const DeviceInterface& vk, VkDevice device, vk::VkShaderStageFlagBits shaderStage, size_t codeSize, const void* pCode, bool tessellationShaderFeature, bool geometryShaderFeature, vk::VkDescriptorSetLayout descriptorSetLayout);
|
H A D | vktShaderObjectCreateUtil.cpp | 87 Move<VkShaderEXT> createShaderFromBinary (const DeviceInterface& vk, VkDevice device, vk::VkShaderStageFlagBits shaderStage, size_t codeSize, const void* pCode, bool tessellationShaderFeature, bool geometryShaderFeature, vk::VkDescriptorSetLayout descriptorSetLayout) in createShaderFromBinary() argument 98 pCode, // const void* pCode; in createShaderFromBinary() 224 programBinary.getBinary(), // const void* pCode; in makeShaderCreateInfo()
|
H A D | vktShaderObjectCreateTests.cpp | 112 vert.getBinary(), // const void* pCode; in iterate() 128 frag.getBinary(), // const void* pCode; in iterate() 144 comp.getBinary(), // const void* pCode; in iterate() 165 tesc.getBinary(), // const void* pCode; in iterate() 183 tese.getBinary(), // const void* pCode; in iterate() 205 geom.getBinary(), // const void* pCode; in iterate() 231 mesh.getBinary(), // const void* pCode; in iterate() 253 task.getBinary(), // const void* pCode; in iterate() 538 src.getBinary(), // const void* pCode; in iterate() 578 shaderCreateInfos[i].pCode in iterate() [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkUtil.cpp | 131 moduleCreateInfo.pCode = (const uint32_t*)spirv.c_str(); in GrInstallVkShaderModule()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkComputePipelineConstructionUtil.cpp | 204 m_programBinary->getBinary(), // const void* pCode; in buildPipeline() 224 createInfo.pCode = data.data(); in buildPipeline()
|
H A D | vkSafetyCriticalUtil.cpp | 644 hash_combine(seed, MemoryArea(sCI.pCode, sCI.codeSize)); in calculateShaderModuleHash()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | ShaderModuleVk.cpp | 183 createInfo.pCode = spirv.data(); in GetTransformedModuleHandle()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksJson.cpp | 669 // pCode must be translated into base64, because JSON in print_VkShaderModuleCreateInfo() 670 vk_json::print_void_data(obj->pCode, static_cast<int>(obj->codeSize), "pCode", 0); in print_VkShaderModuleCreateInfo() 847 // pCode is encoded using Base64. in parse_VkShaderModuleCreateInfo() 848 spirvShader = vk_json_parser::base64decode(obj["pCode"].asString()); in parse_VkShaderModuleCreateInfo() 852 o.pCode = (deUint32*)spirvShader.data(); in parse_VkShaderModuleCreateInfo()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 449 moduleCreateInfo.pCode = (uint32_t *)spirv.data(); in createShaderModule()
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
H A D | radix_sort_vk.c | 275 // .pCode = ar_data + ...; in radix_sort_vk_create() 283 smci.pCode = spv[ii]; in radix_sort_vk_create()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 308 create_info.pCode = data.data(); in SetShader()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_vulkan.cpp | 704 vert_info.pCode = (uint32_t*)__glsl_shader_vert_spv; in ImGui_ImplVulkan_CreateShaderModules() 713 frag_info.pCode = (uint32_t*)__glsl_shader_frag_spv; in ImGui_ImplVulkan_CreateShaderModules()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 1515 moduleCreateInfo.pCode = vtx_spv.data(); in init_shaders() 1538 moduleCreateInfo.pCode = frag_spv.data(); in init_shaders()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 501 vk_module_info.pCode = (const uint32_t*)module_info->pSpirv; in __qoCreateShaderModule()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 767 createInfo.pCode = shaderCode; in InitShaderAndSerial()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1434 vert_info.pCode = overlay_vert_spv; in setup_swapchain_data_pipeline() 1440 frag_info.pCode = (uint32_t*)overlay_frag_spv; in setup_swapchain_data_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 106 VkShaderModuleCreateInfo makeShaderModuleCreateInfo (size_t codeSize, const uint32_t* pCode, const VkShaderModuleCreateFlags createFlags = 0u, const void* pNext = nullptr) in makeShaderModuleCreateInfo() argument 114 pCode, // const uint32_t* pCode; in makeShaderModuleCreateInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 104 VkShaderModuleCreateInfo makeShaderModuleCreateInfo (size_t codeSize, const uint32_t* pCode, const VkShaderModuleCreateFlags createFlags = 0u, const void* pNext = nullptr) in makeShaderModuleCreateInfo() argument 112 pCode, // const uint32_t* pCode; in makeShaderModuleCreateInfo()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 886 shader_create.pCode = (void *)spirv; in ff_vk_compile_shader()
|