Home
last modified time | relevance | path

Searched refs:var_type (Results 1 – 25 of 41) sorted by relevance

12

/third_party/benchmark/test/
Doutput_test.h159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument
161 (entry.getfn< var_type >(var_name), (value)) << "\n" \
164 << "expected (" << #var_type << ")" << (var_name) \
165 << "=" << (entry).getfn< var_type >(var_name) \
170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument
172 (entry.getfn< var_type >(var_name), (value), (eps_factor) * (value)) << "\n" \
175 << "expected (" << #var_type << ")" << (var_name) \
176 << "=" << (entry).getfn< var_type >(var_name) \
181 << "but delta was " << ((entry).getfn< var_type >(var_name) - (value)) \
182 << " (" << (((entry).getfn< var_type >(var_name) - (value)) \
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
92 static constexpr ::absl::internal::identity_t<var_type> kInstance = init; \
96 constexpr ::absl::internal::identity_t<var_type> \
99 static constexpr const ::absl::internal::identity_t<var_type>& \
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.h42 const struct glsl_type *var_type,
49 const struct glsl_type *var_type,
/third_party/spirv-tools/test/opt/
Dspread_volatile_semantics_test.cpp38 const std::string var_type = in TEST_P() local
93 var_type + std::string(R"( Input in TEST_P()
146 const std::string var_type = in TEST_P() local
203 %var = OpVariable )") + var_type + in TEST_P()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp744 SPIRType var_type = get<SPIRType>(workgroup_id_type); in build_implicit_builtins() local
745 var_type.storage = StorageClassUniform; in build_implicit_builtins()
746 set<SPIRType>(type_id, var_type); in build_implicit_builtins()
895 auto &var_type = get_variable_element_type(var); in build_implicit_builtins() local
896 if (var_type.basetype == SPIRType::Struct) in build_implicit_builtins()
898 auto mbr_cnt = var_type.member_types.size(); in build_implicit_builtins()
902 bool is_builtin = is_member_builtin(var_type, mbr_idx, &builtin); in build_implicit_builtins()
2291 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_composite_variable_to_interface_block() local
2294 if (add_component_variable_to_interface_block(storage, ib_var_ref, var, var_type, meta)) in add_composite_variable_to_interface_block()
2297 if (is_matrix(var_type)) in add_composite_variable_to_interface_block()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/vulkan/shaders/
Dbin2array.py65 var_type: str,
70 ret = var_type + " " + var_name + "[] = {" + newline_value
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c485 SpvId var_type = get_glsl_type(ctx, var->type); in input_var_init() local
488 spirv_builder_emit_decoration(&ctx->builder, var_type, SpvDecorationBlock); in input_var_init()
490 sc, var_type); in input_var_init()
598 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local
602 …ctx->sample_mask_type = var_type = spirv_builder_type_array(&ctx->builder, var_type, emit_uint_con… in emit_output()
605 var_type); in emit_output()
634 ctx->so_output_types[idx] = var_type; in emit_output()
694 SpvId var_type = get_glsl_type(ctx, var->type); in emit_temp() local
698 var_type); in emit_temp()
916 …SpvId var_type = is_sampler ? spirv_builder_type_sampled_image(&ctx->builder, image_type) : image_… in emit_image() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp1009 const string var_type = data_type.str(); in passthruInterface() local
1011 const string functype = string("%") + var_type + "_" + var_type + "_function"; in passthruInterface()
1013 fragments["interface_op_call"] = "OpCopyObject %" + var_type; in passthruInterface()
1015 fragments["input_type"] = var_type; in passthruInterface()
1016 fragments["output_type"] = var_type; in passthruInterface()
1051 …fragments["pre_main"] += "%" + var_type + " = OpTypeVector %" + IFDataType(1, data_type.elementTyp… in passthruInterface()
1055 "%ip_" + var_type + " = OpTypePointer Input %" + var_type + "\n" in passthruInterface()
1056 "%op_" + var_type + " = OpTypePointer Output %" + var_type + "\n"; in passthruInterface()
1059 if (strcmp(var_type.c_str(), "v4f32") != 0) in passthruInterface()
1061 functype + " = OpTypeFunction %" + var_type + " %" + var_type + "\n" in passthruInterface()
[all …]
/third_party/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp165 const analysis::Type* var_type = in ProcessVariable() local
167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable()
Deliminate_dead_input_components_pass.cpp50 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in Process() local
51 analysis::Pointer* ptr_type = var_type->AsPointer(); in Process()
Dinstruction.cpp413 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
414 return var_type != nullptr && var_type->IsVulkanStorageBuffer(); in IsVulkanStorageBufferVariable()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.c171 mask->var_type = lp_build_int_vec_type(gallivm, type); in lp_build_mask_begin()
173 mask->var_type, in lp_build_mask_begin()
185 return LLVMBuildLoad2(mask->skip.gallivm->builder, mask->var_type, mask->var, ""); in lp_build_mask_value()
Dlp_bld_flow.h76 LLVMTypeRef var_type; member
/third_party/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp70 program_resource_visitor::process(ir_variable *var, const glsl_type *var_type, in process() argument
82 const glsl_type *t = var_type; in process()
Dlinker.h135 void process(ir_variable *var, const glsl_type *var_type,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp165 const analysis::Type* var_type = in ProcessVariable() local
167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable()
Dinstruction.cpp415 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
416 return var_type != nullptr && var_type->IsVulkanStorageBuffer(); in IsVulkanStorageBufferVariable()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp165 const analysis::Type* var_type = in ProcessVariable() local
167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable()
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py124 def declare_temp(var_type, var_name): argument
129 return [['declare', ['temporary'], var_type, var_name]]
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_memory_test.cpp3510 const std::string var_type = std::get<2>(GetParam()); in TEST_P() local
3517 if (var_type == "%char" || var_type == "%char4" || in TEST_P()
3518 var_type == "%char_buffer_block") { in TEST_P()
3522 const bool buffer_block = var_type.find("buffer_block") != std::string::npos; in TEST_P()
3533 var_type + "\n%var = OpVariable %ptr_type " + in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_memory_test.cpp3510 const std::string var_type = std::get<2>(GetParam()); in TEST_P() local
3517 if (var_type == "%char" || var_type == "%char4" || in TEST_P()
3518 var_type == "%char_buffer_block") { in TEST_P()
3522 const bool buffer_block = var_type.find("buffer_block") != std::string::npos; in TEST_P()
3533 var_type + "\n%var = OpVariable %ptr_type " + in TEST_P()
/third_party/python/Tools/peg_generator/pegen/
Dc_generator.py795 for v, var_type in sorted(item for item in vars.items() if item[0] is not None):
796 if not var_type:
797 var_type = "void *"
799 var_type += " "
/third_party/spirv-tools/test/val/
Dval_memory_test.cpp3817 const std::string var_type = std::get<2>(GetParam()); in TEST_P() local
3824 if (var_type == "%char" || var_type == "%char4" || in TEST_P()
3825 var_type == "%char_buffer_block") { in TEST_P()
3829 const bool buffer_block = var_type.find("buffer_block") != std::string::npos; in TEST_P()
3840 var_type + "\n%var = OpVariable %ptr_type " + in TEST_P()
/third_party/mesa3d/src/compiler/nir/
Dnir_split_vars.c129 const struct glsl_type *var_type = type; in init_field_for_type() local
131 var_type = glsl_type_wrap_in_arrays(var_type, f->type); in init_field_for_type()
135 field->var = nir_local_variable_create(state->impl, var_type, name); in init_field_for_type()
137 field->var = nir_variable_create(state->shader, mode, var_type, name); in init_field_for_type()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.hpp709 …std::string recursively_initialise(std::string var_type, size_t dimension_index, std::string init_…
958 …std::string recursively_initialise(std::string var_type, size_t dimension_index, std::string init_…
1077 …std::string recursively_initialise(std::string var_type, size_t dimension_index, std::string init_…
1316 …std::string recursively_initialise(std::string var_type, size_t dimension_index, std::string init_…

12