HomeSort by relevance Sort by last modified time
    Searched refs:spv (Results 1 - 8 of 8) sorted by null

  /external/vulkan-validation-layers/tests/
vktestframeworkandroid.h 56 std::vector<unsigned int> &spv);
vktestframeworkandroid.cpp 55 std::vector<unsigned int> &spv)
vktestframework.h 35 #include "icd-spv.h"
79 std::vector<unsigned int> &spv);
vktestframework.cpp 130 // Initialize GLSL to SPV compiler utility
162 if (optionMatch("--no-SPV", argv[i]))
164 else if (optionMatch("--strip-SPV", argv[i]))
166 else if (optionMatch("--canonicalize-SPV", argv[i]))
187 "\t--no-SPV\n"
188 "\t\tUse built-in GLSL compiler rather than SPV code path.\n");
189 printf("\t--strip-SPV\n"
193 "\t--canonicalize-SPV\n"
730 // Compile a given string containing GLSL into SPV for use by VK
795 spv::spirvbin_t(0).remap(spirv, spv::spirvbin_t::ALL_BUT_STRIP)
    [all...]
layer_validation_tests.cpp 39 #include "icd-spv.h"
4942 struct icd_spv_header spv; local
4970 struct icd_spv_header spv; local
4998 struct icd_spv_header spv; local
    [all...]
vkrenderframework.cpp 1076 std::vector<unsigned int> spv; local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 76 spv::Parameterize();

Completed in 419 milliseconds