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

  /external/vulkan-validation-layers/layers/
shader_validation.cpp 70 void shader_module::build_def_index() {
133 static spirv_inst_iter find_entrypoint(shader_module const *src, char const *name, VkShaderStageFlagBits stageBits) {
180 unsigned get_constant_value(shader_module const *src, unsigned id) {
193 static void describe_type_inner(std::ostringstream &ss, shader_module const *src, unsigned type) {
251 static std::string describe_type(shader_module const *src, unsigned type) {
262 static bool types_match(shader_module const *a, shader_module const *b, unsigned a_type, unsigned b_type, bool a_arrayed,
352 static unsigned get_locations_consumed_by_type(shader_module const *src, unsigned type, bool strip_array_level) {
410 static unsigned get_fundamental_type(shader_module const *src, unsigned type) {
440 static spirv_inst_iter get_struct_type(shader_module const *src, spirv_inst_iter def, bool is_array_of_verts)
    [all...]
shader_validation.h 70 struct shader_module {
78 shader_module(VkShaderModuleCreateInfo const *pCreateInfo)
85 shader_module() : has_valid_spirv(false) {} function
core_validation_types.h     [all...]
core_validation.cpp 156 unordered_map<VkShaderModule, unique_ptr<shader_module>> shaderModuleMap;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp 94 struct shader_module;
163 unordered_map<VkShaderModule, unique_ptr<shader_module>> shaderModuleMap;
197 static void build_def_index(shader_module *);
244 struct shader_module {
252 shader_module(VkShaderModuleCreateInfo const *pCreateInfo)
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]

Completed in 488 milliseconds