| /third_party/spirv-tools/source/val/ |
| H A D | validate_capability.cpp | 289 spv_result_t CapabilityPass(ValidationState_t& _, const Instruction* inst) { in CapabilityPass() argument [all...] |
| H A D | validate_conversion.cpp | 28 spv_result_t ConversionPass(ValidationState_t& _, const Instruction* inst) { in ConversionPass() argument [all...] |
| H A D | validate_id.cpp | 29 spv_result_t UpdateIdUse(ValidationState_t& _, const Instruction* inst) { in UpdateIdUse() argument 121 IdPass(ValidationState_t& _, Instruction* inst) IdPass() argument [all...] |
| H A D | validate_mode_setting.cpp | 27 spv_result_t ValidateEntryPoint(ValidationState_t& _, const Instruction* inst) { in ValidateEntryPoint() argument 329 ValidateExecutionMode(ValidationState_t& _, const Instruction* inst) ValidateExecutionMode() argument 600 ValidateMemoryModel(ValidationState_t& _, const Instruction* inst) ValidateMemoryModel() argument 639 ModeSettingPass(ValidationState_t& _, const Instruction* inst) ModeSettingPass() argument [all...] |
| H A D | validate_ray_query.cpp | 70 spv_result_t RayQueryPass(ValidationState_t& _, const Instruction* inst) { in RayQueryPass() argument 26 ValidateRayQueryPointer(ValidationState_t& _, const Instruction* inst, uint32_t ray_query_index) ValidateRayQueryPointer() argument 51 ValidateIntersectionId(ValidationState_t& _, const Instruction* inst, uint32_t intersection_index) ValidateIntersectionId() argument [all...] |
| /third_party/spirv-tools/test/opt/ |
| H A D | decoration_manager_test.cpp | 89 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
|
| H A D | pass_remove_duplicates_test.cpp | 91 std::string ToText(const std::vector<Instruction*>& inst) { in ToText() argument
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_extension_spv_khr_integer_dot_product_test.cpp | 35 std::string inst; member
|
| /third_party/spirv-tools/tools/cfg/ |
| H A D | bin_to_dot.cpp | 82 HandleInstruction( const spv_parsed_instruction_t& inst) HandleInstruction() argument [all...] |
| /third_party/vulkan-loader/loader/ |
| H A D | allocation.c | 105 void *loader_instance_heap_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { argument 109 void *loader_instance_heap_calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) { argument 113 void loader_instance_heap_free(const struct loader_instance *inst, void *pMemory) { argument 116 void *loader_instance_heap_realloc(const struct loader_instance *inst, voi argument 137 loader_alloc_with_instance_fallback(const VkAllocationCallbacks *pAllocator, const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) global() argument [all...] |
| H A D | log.c | 94 void loader_log(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char *format, ...) { in loader_log() argument 236 void loader_log_asm_function_not_supported(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, in loader_log_asm_function_not_supported() argument
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvPostProcess.cpp | 64 void Builder::postProcessType(const Instruction& inst, Id typeId) in postProcessType() argument 203 void Builder::postProcess(Instruction& inst) in postProcess() argument 431 const Instruction& inst = *vi->get(); postProcessFeatures() local [all...] |
| /third_party/libsnd/programs/ |
| H A D | sndfile-convert.c | 377 { SF_INSTRUMENT inst ; in copy_metadata() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | qpu_validate.c | 90 qpu_magic_waddr_matches(const struct v3d_qpu_instr *inst, in qpu_magic_waddr_matches() argument 113 const struct v3d_qpu_instr *inst = &qinst->qpu; qpu_validate_inst() local [all...] |
| H A D | vir_to_qpu.c | 80 new_qpu_nop_before(struct qinst *inst) in new_qpu_nop_before() argument
|
| H A D | vir_live_variables.c | 34 struct qinst *inst; member 49 vir_setup_use(struct v3d_compile *c, struct qblock *block, int ip, struct partial_update_state *partial_update_ht, struct qinst *inst, struct qreg src, struct qinst *flags_inst) vir_setup_use() argument 90 vir_setup_def(struct v3d_compile *c, struct qblock *block, int ip, struct partial_update_state *partial_update, struct qinst *inst, struct qinst *flags_inst) vir_setup_def() argument [all...] |
| /third_party/mesa3d/src/broadcom/qpu/ |
| H A D | qpu_disasm.c | 345 v3d_qpu_disasm(const struct v3d_device_info *devinfo, uint64_t inst) in v3d_qpu_disasm() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_lower_regioning.cpp | 39 is_byte_raw_mov(const fs_inst *inst) in is_byte_raw_mov() argument 54 required_dst_byte_stride(const fs_inst *inst) in required_dst_byte_stride() argument 110 required_dst_byte_offset(const fs_inst *inst) required_dst_byte_offset() argument 127 required_exec_type(const intel_device_info *devinfo, const fs_inst *inst) required_exec_type() argument 207 has_invalid_src_region(const intel_device_info *devinfo, const fs_inst *inst, unsigned i) has_invalid_src_region() argument 248 has_invalid_dst_region(const intel_device_info *devinfo, const fs_inst *inst) has_invalid_dst_region() argument 371 lower_src_modifiers(fs_visitor *v, bblock_t *block, fs_inst *inst, unsigned i) lower_src_modifiers() argument 399 lower_dst_modifiers(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_dst_modifiers() argument 448 lower_src_region(fs_visitor *v, bblock_t *block, fs_inst *inst, unsigned i) lower_src_region() argument 490 lower_dst_region(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_dst_region() argument 548 lower_exec_type(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_exec_type() argument 595 lower_instruction(fs_visitor *v, bblock_t *block, fs_inst *inst) lower_instruction() argument [all...] |
| H A D | brw_fs_live_variables.cpp | 74 fs_live_variables::setup_one_write(struct block_data *bd, fs_inst *inst, in setup_one_write() argument [all...] |
| H A D | brw_fs_register_coalesce.cpp | 50 is_nop_mov(const fs_inst *inst) in is_nop_mov() argument 71 is_coalesce_candidate(const fs_visitor *v, const fs_inst *inst) is_coalesce_candidate() argument 100 can_coalesce_vars(const fs_live_variables &live, const cfg_t *cfg, const bblock_t *block, const fs_inst *inst, int dst_var, int src_var) can_coalesce_vars() argument [all...] |
| H A D | brw_fs_cse.cpp | 48 is_expression(const fs_visitor *v, const fs_inst *const inst) in is_expression() argument 205 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate) in create_copy_instr() argument [all...] |
| H A D | test_fs_scoreboard.cpp | 73 fs_inst *inst = (fs_inst *)block->start(); in instruction() local 102 fs_inst *inst = bld.emit(SHADER_OPCODE_SEND, dst, desc, desc, payload); in emit_SEND() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_emit.c | 47 queue(struct qblock *block, uint64_t inst) in queue() argument 205 set_last_dst_pack(struct qblock *block, struct qinst *inst) in set_last_dst_pack() argument 163 fixup_raddr_conflict(struct qblock *block, struct qpu_reg dst, struct qpu_reg *src0, struct qpu_reg *src1, struct qinst *inst, uint64_t *unpack) fixup_raddr_conflict() argument [all...] |
| H A D | vc4_qir_live_variables.c | 66 get_partial_update_state(struct hash_table *partial_update_ht, struct qinst *inst) get_partial_update_state() argument 84 qir_setup_def(struct vc4_compile *c, struct qblock *block, int ip, struct hash_table *partial_update_ht, struct qinst *inst) qir_setup_def() argument [all...] |
| H A D | vc4_qpu_validate.c | 30 fail_instr(uint64_t inst, const char *msg) in fail_instr() argument 39 writes_reg(uint64_t inst, uint32_t w) in writes_reg() argument 46 _reads_reg(uint64_t inst, uint32_t r, bool ignore_a, bool ignore_b) in _reads_reg() argument 84 reads_reg(uint64_t inst, uint32_t r) reads_reg() argument 90 reads_a_reg(uint64_t inst, uint32_t r) reads_a_reg() argument 96 reads_b_reg(uint64_t inst, uint32_t r) reads_b_reg() argument 102 writes_sfu(uint64_t inst) writes_sfu() argument 129 uint64_t inst = insts[i]; vc4_qpu_validate() local 202 uint64_t inst = insts[i]; vc4_qpu_validate() local 215 uint64_t inst = insts[i]; vc4_qpu_validate() local 231 uint64_t inst = insts[i]; vc4_qpu_validate() local 259 uint64_t inst = insts[i]; vc4_qpu_validate() local 275 uint64_t inst = insts[i]; vc4_qpu_validate() local 332 uint64_t inst = insts[i]; vc4_qpu_validate() local 348 uint64_t inst = insts[i]; vc4_qpu_validate() local 361 uint64_t inst = insts[i]; vc4_qpu_validate() local 384 uint64_t inst = insts[i]; vc4_qpu_validate() local [all...] |