/third_party/benchmark/test/ |
D | output_test.h | 159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument 170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument 187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument 190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | inline_variable.h | 89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
|
/third_party/spirv-tools/test/opt/ |
D | spread_volatile_semantics_test.cpp | 38 const std::string var_type = in TEST_P() local 146 const std::string var_type = in TEST_P() local
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_uniforms.cpp | 70 program_resource_visitor::process(ir_variable *var, const glsl_type *var_type, in process()
|
D | ast_to_hir.cpp | 3062 const struct glsl_type *var_type, in validate_fragment_flat_interpolation_input() 3154 const struct glsl_type *var_type, in validate_interpolation_qualifier() 3242 const struct glsl_type *var_type, in interpret_interpolation_qualifier() 5260 const struct glsl_type *var_type; in hir() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 76 LLVMTypeRef var_type; member
|
/third_party/spirv-tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 165 const analysis::Type* var_type = in ProcessVariable() local
|
D | eliminate_dead_input_components_pass.cpp | 50 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in Process() local
|
D | instruction.cpp | 413 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
|
D | amd_ext_to_khr.cpp | 487 Instruction* var_type = in ReplaceMbcnt() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 165 const analysis::Type* var_type = in ProcessVariable() local
|
D | instruction.cpp | 415 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
|
D | amd_ext_to_khr.cpp | 487 Instruction* var_type = in ReplaceMbcnt() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 165 const analysis::Type* var_type = in ProcessVariable() local
|
D | instruction.cpp | 415 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
|
D | amd_ext_to_khr.cpp | 487 Instruction* var_type = in ReplaceMbcnt() local
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | lower_jump_cases.py | 124 def declare_temp(var_type, var_name): argument
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 485 SpvId var_type = get_glsl_type(ctx, var->type); in input_var_init() local 598 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local 694 SpvId var_type = get_glsl_type(ctx, var->type); in emit_temp() local 916 …SpvId var_type = is_sampler ? spirv_builder_type_sampled_image(&ctx->builder, image_type) : image_… in emit_image() local 2525 create_builtin_var(struct ntv_context *ctx, SpvId var_type, in create_builtin_var() 2545 SpvId var_type = spirv_builder_type_bool(&ctx->builder); in emit_load_front_face() local 2561 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_uint_input() local 2590 SpvId var_type; in emit_load_vec_input() local 4377 SpvId var_type = get_uvec_type(&ctx, 32, 3); in nir_to_spirv() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 744 SPIRType var_type = get<SPIRType>(workgroup_id_type); in build_implicit_builtins() local 895 auto &var_type = get_variable_element_type(var); in build_implicit_builtins() local 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 2497 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_composite_member_variable_to_interface_block() local 2666 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_plain_member_variable_to_interface_block() local 2849 auto &var_type = get_variable_element_type(var); in add_tess_level_input_to_interface_block() local 3053 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_variable_to_interface_block() local 7451 auto &var_type = get_variable_data_type(*var); in fix_up_interpolant_access_chain() local 12366 auto &var_type = get<SPIRType>(var.basetype); in get_metal_resource_index() local 12503 auto &var_type = get<SPIRType>(arg.type); in argument_decl() local [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 1988 …::string ConstructorsAndUnsizedDeclConstructors1<API>::recursively_initialise(std::string var_type, in recursively_initialise() 2554 …ing ConstructorsAndUnsizedDeclStructConstructors<API>::recursively_initialise(std::string var_type, in recursively_initialise() 2748 std::string ExpressionsAssignment1<API>::recursively_initialise(std::string var_type, size_t dimens… in recursively_initialise() 3278 std::string ExpressionsIndexingArray2<API>::recursively_initialise(std::string var_type, size_t dim… in recursively_initialise()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_nir_passes.c | 44 const struct glsl_type *var_type, in d3d12_get_state_var()
|
/third_party/libabigail/src/ |
D | abg-ctf-reader.cc | 460 type_base_sptr var_type = build_type(ctf_dict, ctf_sym_type); in process_ctf_archive() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 950 const Type* var_type, in EmitPipelineInput() 1087 const Type* var_type, in EmitPipelineOutput() 2514 auto* var_type = ty_.Reference(var_store_type, ast::StorageClass::kNone); in EmitFunctionVariables() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_split_vars.c | 129 const struct glsl_type *var_type = type; in init_field_for_type() local
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 251 def __init__(self, start, end, name, var_type, initial_value, namespace): argument
|