Home
last modified time | relevance | path

Searched defs:opcode (Results 176 - 200 of 689) sorted by relevance

12345678910>>...28

/third_party/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp165 std::string opcode = std::get<0>(GetParam()); in TEST_P() local
179 sstr << "%result = " << opcode << " "; in TEST_P() local
205 std::string opcode = std::get<0>(GetParam()); in TEST_P() local
219 sstr << "%result = " << opcode << " "; in TEST_P() local
H A Dval_ray_query_test.cpp116 std::string RayQueryResult(std::string opcode) { in RayQueryResult() argument
142 RayQueryResultType(std::string opcode, bool valid) RayQueryResultType() argument
183 RayQueryIntersection(std::string opcode, bool valid) RayQueryIntersection() argument
206 std::string opcode = GetParam(); TEST_P() local
209 ss << " " << opcode << " "; TEST_P() local
218 std::string opcode = GetParam(); TEST_P() local
221 ss << " " << opcode << " "; TEST_P() local
232 std::string opcode = GetParam(); TEST_P() local
237 ss << " " << opcode << " "; TEST_P() local
272 std::string opcode = GetParam(); TEST_P() local
277 ss << " " << opcode << " "; TEST_P() local
[all...]
/vendor/hihope/rk3568/bluetooth/src/
H A Dbt_vendor_brcm.c142 static int op(bt_opcode_t opcode, void *param) in op() argument
/third_party/ffmpeg/libavcodec/
H A Dgemdec.c288 int opcode = *b++; in gem_decode_frame() local
H A Drpza.c120 uint8_t opcode = bytestream2_get_byte(&s->gb); /* Get opcode */ in rpza_decode_stream() local
[all...]
/third_party/elfutils/libdw/
H A Dcfi.c130 uint8_t opcode = *program++; in execute_cfi() local
/third_party/libwebsockets/lib/cose/
H A Dcose_validate.c146 bstr_len(uint8_t *t, size_t buflen, uint8_t opcode, uint64_t len) in bstr_len() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cs.h122 unsigned opcode = PKT3_SET_SH_REG_INDEX; in radeon_set_sh_reg_idx() local
177 unsigned opcode = PKT3_SET_UCONFIG_REG_INDEX; in radeon_set_uconfig_reg_idx() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_bool_to_bitsize.c150 nir_op opcode = alu->op; in lower_alu_instr() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h164 enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */ member
H A Dbrw_vec4_copy_propagation.cpp284 is_align1_opcode(unsigned opcode) in is_align1_opcode() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShaderParse.c285 Shader_parse_opcode(struct Shader_parser *parser, struct Shader_opcode *opcode) Shader_parse_opcode() argument
603 Shader_opcode_free(struct Shader_opcode *opcode) Shader_opcode_free() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/io_submit/
H A Dio_submit03.c70 io_prep_option(struct iocb *cb, int fd, void *buf, size_t count, long long offset, unsigned opcode) io_prep_option() argument
/third_party/node/deps/v8/src/compiler/
H A Dnode-observer.h37 int16_t opcode() const { return op_->opcode(); } in opcode() function in v8::internal::compiler::ObservableNodeState
H A Ddecompression-optimizer.cc17 const IrOpcode::Value opcode = node->opcode(); in IsMachineLoad() local
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-bytecode.h168 Opcode opcode; member
[all...]
/third_party/mesa3d/src/glx/
H A Dindirect_vertex_program.c65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, in get_parameter() argument
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_proto.h76 enum rbug_opcode opcode; member
85 int32_t opcode; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c111 tgsi_util_get_src_usage_mask(enum tgsi_opcode opcode, in tgsi_util_get_src_usage_mask() argument
[all...]
H A Dtgsi_transform.c218 enum tgsi_opcode opcode = fullinst->Instruction.Opcode; in tgsi_transform_shader() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c43 uint8_t opcode; /* INST_OPCODE_ */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c118 svga_shader_emit_opcode(struct svga_shader_emitter * emit, unsigned opcode) in svga_shader_emit_opcode() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr300_fragprog_emit.c107 static unsigned int translate_rgb_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode) in translate_rgb_opcode() argument
127 static unsigned int translate_alpha_opcode(struct r300_fragment_program_compiler * c, rc_opcode opcode) in translate_alpha_opcode() argument
429 unsigned int opcode; in emit_tex() local
[all...]
H A Dr300_fragprog_swizzle.c109 static int r300_swizzle_is_native(rc_opcode opcode, struct rc_src_register reg) in r300_swizzle_is_native() argument
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py7 import opcode namespace

Completed in 14 milliseconds

12345678910>>...28