| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| H A D | gen_angle_format_table.py | 126 struct_name = '' 131 struct_name += 'R{}'.format(bits['R']) 133 struct_name += 'G{}'.format(bits['G']) 135 struct_name += 'B{}'.format(bits['B']) 137 struct_name += 'A{}'.format(bits['A']) 139 struct_name += 'L{}'.format(bits['L']) 141 struct_name += 'D{}'.format(bits['D']) + component_suffix 143 struct_name += 'S{}'.format(bits['S']) 145 struct_name += 'X{}'.format(bits['X']) 148 struct_name [all...] |
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | framework.h | 63 #define _BEGIN_TEST(name, struct_name) static void struct_name(); static __attribute__((constructor)) void PASTE(add_test_, __COUNTER__)() {\ 64 tests[#name] = (TestDef){#name, ACO_TEST_BUILD_ROOT "/" __FILE__, &struct_name};\ 66 static void struct_name() {\
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_extensions.py | 278 struct_name = entry.features_struct 280 struct_name = struct_aliases[entry.features_struct] 289 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)): 297 struct_name = entry.properties_struct 299 struct_name = struct_aliases[entry.properties_struct] 307 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
|
| /third_party/mesa3d/src/intel/perf/ |
| H A D | intel_perf_mdapi.c | 217 #define MDAPI_QUERY_ADD_COUNTER(query, struct_name, field_name, type_name) \ 219 (uint8_t *) &struct_name.field_name - \ 220 (uint8_t *) &struct_name, \ 221 sizeof(struct_name.field_name), \ 223 #define MDAPI_QUERY_ADD_ARRAY_COUNTER(ctx, query, struct_name, field_name, idx, type_name) \ 226 (uint8_t *) &struct_name.field_name[idx] - \ 227 (uint8_t *) &struct_name, \ 228 sizeof(struct_name.field_name[0]), \
|
| /third_party/nghttp2/doc/ |
| H A D | mkapiref.py | 251 struct_name = None 268 struct_name = line.rstrip().split()[index] 269 struct_name = re.sub(r';$', '', struct_name) 271 return StructDoc(struct_name, content, members, 'member')
|
| /third_party/jerryscript/jerry-core/jrt/ |
| H A D | jrt.h | 129 #define JERRY_SIZE_OF_STRUCT_MEMBER(struct_name, member_name) sizeof (((struct_name *) NULL)->member_name)
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | impl_debug.rs | 12 let struct_name = item.canonical_name(ctx); in gen_debug_impl() 13 let mut format_string = format!("{} {{{{ ", struct_name); in gen_debug_impl()
|
| /third_party/rust/crates/bindgen/csmith-fuzzing/ |
| H A D | driver.py | 172 struct_name = layout_failure[len("test bindgen_test_layout_"):layout_failure.rindex(" ... FAILED")] 179 re.escape(struct_name),
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | canonicalize_entry_point_io.cc | 358 auto struct_name = ctx.dst->Sym(); in CreateInputStruct() local 360 struct_name, wrapper_struct_param_members, ast::DecorationList{}); in CreateInputStruct() 365 ctx.dst->Param(InputStructSymbol(), ctx.dst->ty.type_name(struct_name)); in CreateInputStruct()
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | test_inspector_builder.cc | 163 std::string struct_name, in MakeStructVariableReferenceBodyFunction() 182 MemberAccessor(struct_name, member_name))); in MakeStructVariableReferenceBodyFunction() 161 MakeStructVariableReferenceBodyFunction( std::string func_name, std::string struct_name, std::vector<std::tuple<size_t, const ast::Type*>> members) MakeStructVariableReferenceBodyFunction() argument
|
| H A D | test_inspector_builder.h | 231 /// @param struct_name name of the struct variabler to be accessed 235 std::string struct_name,
|
| /third_party/mesa3d/src/imagination/csbgen/ |
| H A D | gen_pack_header.py | 194 def is_known_struct(self, struct_name: str) -> bool: 195 return struct_name in self._structs.keys() 203 def get_struct(self, struct_name: str) -> Struct: 204 return self._structs[struct_name]
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | derive.rs | 138 let struct_name = ident.to_string(); in struct_debug() 145 formatter.debug_struct(#struct_name) in struct_debug()
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl.h | 404 std::string struct_name; member
|
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl.h | 468 std::string struct_name; member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 115 const char *struct_name) in create_jit_dvbuffer_type() 144 create_jit_texture_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_texture_type() argument 213 create_jit_sampler_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_sampler_type() argument 255 create_jit_image_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_image_type() argument 310 create_jit_context_type(struct gallivm_state *gallivm, const char *struct_name) in create_jit_context_type() argument 371 const char *struct_name) in create_gs_jit_context_type() 465 const char *struct_name) in create_jit_vertex_buffer_type() 504 char struct_name[24]; in create_jit_vertex_header() local 506 snprintf(struct_name, 23, "vertex_header%d", data_elems); in create_jit_vertex_header() 551 const char *struct_name) in create_tcs_jit_context_type() 114 create_jit_dvbuffer_type(struct gallivm_state *gallivm, const char *struct_name) create_jit_dvbuffer_type() argument 367 create_gs_jit_context_type(struct gallivm_state *gallivm, unsigned vector_length, LLVMTypeRef texture_type, LLVMTypeRef sampler_type, LLVMTypeRef image_type, const char *struct_name) create_gs_jit_context_type() argument 464 create_jit_vertex_buffer_type(struct gallivm_state *gallivm, const char *struct_name) create_jit_vertex_buffer_type() argument 547 create_tcs_jit_context_type(struct gallivm_state *gallivm, unsigned vector_length, LLVMTypeRef texture_type, LLVMTypeRef sampler_type, LLVMTypeRef image_type, const char *struct_name) create_tcs_jit_context_type() argument 648 create_tes_jit_context_type(struct gallivm_state *gallivm, unsigned vector_length, LLVMTypeRef texture_type, LLVMTypeRef sampler_type, LLVMTypeRef image_type, const char *struct_name) create_tes_jit_context_type() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
| H A D | parser.cc | 1963 auto struct_name = token->AsString(); in ParseStruct() 1964 if (struct_name == "STRIDE") in ParseStruct() 1970 Result r = script_->AddType(struct_name, std::move(s)); in ParseStruct() 2001 if (token->AsString() == struct_name) in ParseStruct()
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_validation.cc | 286 std::string struct_name) { in ValidateStorageClassLayout() 289 << std::setw(size_w) << size << ") */ struct " << struct_name in ValidateStorageClassLayout()
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | nir_to_spirv.c | 1027 char struct_name[100]; in get_bo_struct_type() local 1028 snprintf(struct_name, sizeof(struct_name), "struct_%s", var->name); in get_bo_struct_type() 1029 spirv_builder_emit_name(&ctx->builder, struct_type, struct_name); in get_bo_struct_type()
|
| /third_party/ffmpeg/ |
| H A D | configure | 7869 struct_name=$2 7872 echo "static const $struct_name * const $name[] = {" > $TMPH
|