HomeSort by relevance Sort by last modified time
    Searched refs:BRW_IMMEDIATE_VALUE (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
test_eu_compact.c 74 brw_inst_src0_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE &&
75 brw_inst_src1_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE) {
104 brw_inst_src0_reg_file(devinfo, src) != BRW_IMMEDIATE_VALUE &&
105 brw_inst_src1_reg_file(devinfo, src) != BRW_IMMEDIATE_VALUE &&
brw_fs_generator.cpp 47 return BRW_IMMEDIATE_VALUE;
382 if (indirect_byte_offset.file == BRW_IMMEDIATE_VALUE) {
585 assert(surf_index.file == BRW_IMMEDIATE_VALUE);
886 if (surface_index.file == BRW_IMMEDIATE_VALUE &&
887 sampler_index.file == BRW_IMMEDIATE_VALUE) {
919 if (sampler_reg.file == BRW_IMMEDIATE_VALUE) {
    [all...]
brw_vec4_generator.cpp 277 if (surface_index.file == BRW_IMMEDIATE_VALUE &&
278 sampler_index.file == BRW_IMMEDIATE_VALUE) {
310 if (sampler_reg.file == BRW_IMMEDIATE_VALUE) {
442 src1.file == BRW_IMMEDIATE_VALUE &&
445 if (src0.file == BRW_IMMEDIATE_VALUE) {
721 if (src1.file != BRW_IMMEDIATE_VALUE) {
809 assert(vertex.file == BRW_IMMEDIATE_VALUE || vertex.file == BRW_GENERAL_REGISTER_FILE);
823 if (vertex.file == BRW_IMMEDIATE_VALUE) {
871 assert(write_mask.file == BRW_IMMEDIATE_VALUE);
    [all...]
brw_reg.h 580 return brw_reg(BRW_IMMEDIATE_VALUE,
961 if (reg.file == BRW_IMMEDIATE_VALUE)
972 assert(reg.file != BRW_IMMEDIATE_VALUE);
980 assert(reg.file != BRW_IMMEDIATE_VALUE);
brw_eu_emit.c 97 if (file == BRW_IMMEDIATE_VALUE) {
234 if (reg.file == BRW_IMMEDIATE_VALUE) {
352 if (reg.file == BRW_IMMEDIATE_VALUE) {
502 assert(brw_inst_src0_reg_file(devinfo, inst) != BRW_IMMEDIATE_VALUE);
504 if (reg.file == BRW_IMMEDIATE_VALUE) {
848 assert(src0.file != BRW_IMMEDIATE_VALUE || type_sz(src0.type) <= 4);
849 assert(src1.file != BRW_IMMEDIATE_VALUE || type_sz(src1.type) <= 4);
    [all...]
brw_eu_compact.c 986 brw_inst_src0_reg_file(devinfo, src) == BRW_IMMEDIATE_VALUE ||
987 brw_inst_src1_reg_file(devinfo, src) == BRW_IMMEDIATE_VALUE;
    [all...]
brw_disasm.c     [all...]
brw_defines.h     [all...]
brw_vec4.cpp 638 assert(inst->src[2].file == BRW_IMMEDIATE_VALUE);
    [all...]
brw_vec4_nir.cpp     [all...]
brw_fs_nir.cpp     [all...]

Completed in 84 milliseconds