Home
last modified time | relevance | path

Searched refs:type_enum (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py508 type_enum = None
524 type_enum = p.attrib.get('values')
525 …types[_type.attrib['name']] = EntrypointType(name=_type.attrib['name'], enum=type_enum, members=me…
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c169 uint32_t *type_enum, in iris_get_perf_counter_info() argument
187 *type_enum = counter->type; in iris_get_perf_counter_info()
/third_party/mesa3d/src/mesa/main/
Dperformance_query.c350 GLuint *type_enum, in get_perf_counter_info() argument
361 *type_enum = pipe_counter_type_enum_to_gl_type(pipe_type_enum); in get_perf_counter_info()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h301 uint32_t *type_enum,
/third_party/mesa3d/src/compiler/nir/
Dnir_algebraic.py179 def type_enum(self): member in Value
Dnir.h4146 #define NIR_SRC_AS_(name, c_type, type_enum, cast_macro) \ argument
4150 return src.is_ssa && src.ssa->parent_instr->type == type_enum \
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp22991 const GLenum type_enum = test_case.m_type.GetTypeGLenum(); in test() local
23027 ((GLint)(type_enum) == b0_v0_type) && ((GLint)(0) == b0_v1_buf) && in test()
23028 ((GLint)(1 * type_size) == b0_v1_offset) && ((GLint)(type_enum) == b0_v1_type) && in test()
23030 ((GLint)(type_enum) == b0_v3_type) && ((GLint)(1) == b1_v1_buf) && in test()
23031 ((GLint)(1 * type_size) == b1_v1_offset) && ((GLint)(type_enum) == b1_v1_type)); in test()
23036 … ((GLint)(0) == b0_v0_buf) && ((GLint)(0) == b0_v0_offset) && ((GLint)(type_enum) == b0_v0_type) && in test()
23037 … ((GLint)(1) == b0_v1_buf) && ((GLint)(0) == b0_v1_offset) && ((GLint)(type_enum) == b0_v1_type) && in test()
23038 … ((GLint)(2) == b0_v3_buf) && ((GLint)(0) == b0_v3_offset) && ((GLint)(type_enum) == b0_v3_type) && in test()
23039 … ((GLint)(3) == b1_v1_buf) && ((GLint)(0) == b1_v1_offset) && ((GLint)(type_enum) == b1_v1_type)); in test()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4188 uint32_t *type_enum, in tc_get_intel_perf_query_counter_info() argument
4196 name, desc, offset, data_size, type_enum, data_type_enum, raw_max); in tc_get_intel_perf_query_counter_info()