/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.cpp | 3305 for (size_t executableIndex = 0; executableIndex < mVertexExecutables.size(); executableIndex++) in updateCachedVertexExecutableIndex() local 3307 if (mVertexExecutables[executableIndex]->matchesSignature(mCachedVertexSignature)) in updateCachedVertexExecutableIndex() 3309 mCachedVertexExecutableIndex = executableIndex; in updateCachedVertexExecutableIndex() 3318 for (size_t executableIndex = 0; executableIndex < mPixelExecutables.size(); executableIndex++) in updateCachedPixelExecutableIndex() local 3320 if (mPixelExecutables[executableIndex]->matchesSignature(mPixelShaderOutputLayoutCache)) in updateCachedPixelExecutableIndex() 3322 mCachedPixelExecutableIndex = executableIndex; in updateCachedPixelExecutableIndex() 3331 for (size_t executableIndex = 0; executableIndex < mComputeExecutables.size(); in updateCachedComputeExecutableIndex() local 3332 executableIndex++) in updateCachedComputeExecutableIndex() 3334 if (mComputeExecutables[executableIndex]->matchesSignature( in updateCachedComputeExecutableIndex() 3337 mCachedComputeExecutableIndex = executableIndex; in updateCachedComputeExecutableIndex()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_pipeline_executable_properties/ |
D | pipelines.txt | 156 * pname:executableIndex is the index of the pipeline executable to query 162 * [[VUID-VkPipelineExecutableInfoKHR-executableIndex-03275]] 163 pname:executableIndex must: be less than the number of pipeline
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 3051 anv_pipeline_get_executable(pipeline, pExecutableInfo->executableIndex); in anv_GetPipelineExecutableStatisticsKHR() 3067 pExecutableInfo->executableIndex); in anv_GetPipelineExecutableStatisticsKHR() 3193 anv_pipeline_get_executable(pipeline, pExecutableInfo->executableIndex); in anv_GetPipelineExecutableInternalRepresentationsKHR()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 459 exec_info.executableIndex = executable; in print_pipeline_ir()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 3548 pipeline_get_executable(pipeline, pExecutableInfo->executableIndex); in v3dv_GetPipelineExecutableInternalRepresentationsKHR() 3620 pipeline_get_executable(pipeline, pExecutableInfo->executableIndex); in v3dv_GetPipelineExecutableStatisticsKHR()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.c | 4338 tu_pipeline_get_executable(pipeline, pExecutableInfo->executableIndex); in tu_GetPipelineExecutableStatisticsKHR() 4510 tu_pipeline_get_executable(pipeline, pExecutableInfo->executableIndex); in tu_GetPipelineExecutableInternalRepresentationsKHR()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 2775 exec_info.executableIndex = exec_idx;
|
D | radv_pipeline.c | 7502 radv_get_shader_from_executable_index(pipeline, pExecutableInfo->executableIndex, &stage); in radv_GetPipelineExecutableStatisticsKHR() 7639 radv_get_shader_from_executable_index(pipeline, pExecutableInfo->executableIndex, &stage); in radv_GetPipelineExecutableInternalRepresentationsKHR()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 2971 uint32_t executableIndex; member
|
D | vkVulkan_c.inl | 8998 deUint32 executableIndex; member
|
D | vkStrUtilImpl.inl | 8531 s << "\texecutableIndex = " << value.executableIndex << '\n';
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7751 uint32_t executableIndex; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 8036 uint32_t executableIndex; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 8044 uint32_t executableIndex; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 7876 uint32_t executableIndex; member
|
D | vulkan_structs.hpp | 59081 , executableIndex( executableIndex_ ) 59115 executableIndex = executableIndex_; in setExecutableIndex() 59136 ( executableIndex == rhs.executableIndex ); in operator ==() 59149 uint32_t executableIndex = {}; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 9275 uint32_t executableIndex; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 81512 , executableIndex( executableIndex_ ) 81547 executableIndex = executableIndex_; in setExecutableIndex() 81570 return std::tie( sType, pNext, pipeline, executableIndex ); in reflect() 81582 …pNext == rhs.pNext ) && ( pipeline == rhs.pipeline ) && ( executableIndex == rhs.executableIndex ); in operator ==() 81596 uint32_t executableIndex = {}; member
|
D | vulkan_core.h | 9820 uint32_t executableIndex; member
|
D | vulkan_hash.hpp | 11198 VULKAN_HPP_HASH_COMBINE( seed, pipelineExecutableInfoKHR.executableIndex ); in operator ()()
|