Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkUtil.cpp280 moduleCreateInfo.pCode = (const uint32_t*)code.c_str(); in GrCompileVkShaderModule()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1093 moduleCreateInfo.pCode = (uint32_t *)malloc(moduleCreateInfo.codeSize); in VkShaderObj()
1097 ((uint32_t *)moduleCreateInfo.pCode)[0] = ICD_SPV_MAGIC; in VkShaderObj()
1098 ((uint32_t *)moduleCreateInfo.pCode)[1] = 0; in VkShaderObj()
1099 ((uint32_t *)moduleCreateInfo.pCode)[2] = stage; in VkShaderObj()
1100 memcpy(((uint32_t *)moduleCreateInfo.pCode + 3), shader_code, shader_len + 1); in VkShaderObj()
1106 moduleCreateInfo.pCode = spv.data(); in VkShaderObj()
Dvktestbinding.h766 info.pCode = code; in create_info()
Dlayer_validation_tests.cpp11385 moduleCreateInfo.pCode = (const uint32_t *)&spv; in TEST_F()
11412 moduleCreateInfo.pCode = (const uint32_t *)&spv; in TEST_F()
11440 moduleCreateInfo.pCode = (const uint32_t *)&spv;
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp225 sh_info.pCode = Smoke_push_constant_vert; in create_shader_modules()
229 sh_info.pCode = Smoke_vert; in create_shader_modules()
235 sh_info.pCode = Smoke_frag; in create_shader_modules()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp342 …deUint32* pCode = (deUint32*)m_context.getBinaryCollection().get(source_name).ge… in bindShaderStage() local
351 pCode, // const deUint32* pCode; in bindShaderStage()
/external/vulkan-validation-layers/demos/
Dcube.c1650 moduleCreateInfo.pCode = code; in demo_prepare_shader_module()
1690 sh_info.pCode = cube_vert; in demo_prepare_vs()
1715 sh_info.pCode = cube_frag; in demo_prepare_fs()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c61 memcpy(module->data, pCreateInfo->pCode, module->size); in anv_CreateShaderModule()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c84 memcpy(module->data, pCreateInfo->pCode, module->size); in radv_CreateShaderModule()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl557 const deUint32* pCode; member
DvkStrUtilImpl.inl2520 s << "\tpCode = " << value.pCode << '\n';
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp6302 , pCode( pCode_ ) in ShaderModuleCreateInfo()
6343 pCode = pCode_; in setPCode()
6358 && ( pCode == rhs.pCode ); in operator ==()
6373 const uint32_t* pCode; member
Dvulkan.h1686 const uint32_t* pCode; member
/external/mesa3d/include/vulkan/
Dvulkan.h1695 const uint32_t* pCode; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1792 const uint32_t* pCode; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp253 …: words((uint32_t *)pCreateInfo->pCode, (uint32_t *)pCreateInfo->pCode + pCreateInfo->codeSize / s… in shader_module()
10064 spv_const_binary_t binary { pCreateInfo->pCode, pCreateInfo->codeSize / sizeof(uint32_t) }; in CreateShaderModule()
Dvk_validation_error_database.txt464 …ust be a multiple of 4. If the VK_NV_glsl_shader extension is enabled and pCode references GLSL co…
465pCode must point to valid SPIR-V code, formatted and packed as described by the Khronos SPIR-V Spe…
466pCode must adhere to the validation rules described by the Validation Rules within a Module sectio…
467 …ormation refer to Vulkan Spec Section '8.1. Shader Modules' which states 'pCode must declare the S…
471 …ormation refer to Vulkan Spec Section '8.1. Shader Modules' which states 'pCode must be a pointer …
2030 …ormation refer to Vulkan Spec Section '8.1. Shader Modules' which states 'pCode must not declare a…
2031 …ation refer to Vulkan Spec Section '8.1. Shader Modules' which states 'If pCode declares any of th…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1851 const uint32_t* pCode; member